DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportAsyncLoading<T> Interface / LoadAsync Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count - 1.
The cancellation token.

In This Topic
    LoadAsync Method (ISupportAsyncLoading<T>)
    In This Topic
    Load the items between the specified indexes.
    Syntax
    'Declaration
     
    Function LoadAsync( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer), _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    fromIndex
    The starting index, if not specified this will be 0.
    toIndex
    The starting index, if not specified this will be Count - 1.
    cancellationToken
    The cancellation token.
    See Also